My Profile_


Testing MCO Integration

In the testing stage of development:

1. Use the testing Merchant Resource Center at https://esqa.moneris.com/mpg to configure your Moneris Checkout page for testing purposes

2. Use the testing URL for server to server requests:

https://gatewayt.moneris.com/chkt/request/request.php

3. Use the testing JavaScript library:

<script src="https://gatewayt.moneris.com/chkt/js/chkt_v1.00.js"></script>

4. Set up your monerisCheckout object to the testing mode:

myCheckout.setMode("qa");

5. In all Preload requests use the value "qa" for the environment variable

6. In all Preload requests, make sure that you are using the testing version of your credentials for Store ID, API token and Checkout ID

7. In all Receipt requests use the value "qa" for the environment variable

8. In all Receipt requests, make sure that you are using the testing version of your credentials for Store ID, API token and Checkout ID